home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Tools & Apps / Graphics & Imaging / Printer Drivers / PSWriter 8.0b / Printer Descriptions / Phaser II PXe < prev    next >
Encoding:
PostScript Printer Description  |  1992-10-22  |  10.1 KB  |  325 lines  |  [TEXT/GEOL]

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "1.0"
  11. *LanguageVersion: English
  12. *Product: "(Phaser II PXe)"
  13. *PSVersion: "(2010.128) 2"
  14. *ModelName: "Tektronix Phaser II PXe with 17 or 39 fonts"
  15. *NickName: "Tektronix Phaser II PXe v2010.128 with 17 or 39 fonts"
  16.  
  17.  
  18. *% ==== Device Capabilities ===============
  19. *LanguageLevel: "2"
  20. *Protocols: BCP
  21. *StartEmulator_hplj: "currentfile /hpgl statusdict /emulate get exec "
  22. *StopEmulator_hplj: "<1B7F>0"
  23. *FreeVM: "4178768"
  24. *ColorDevice: True
  25. *DefaultColorSpace: CMYK
  26. *VariablePaperSize: False
  27. *Throughput: "1"
  28. *Password: "()" 
  29. *ExitServer: "
  30.  count 0 eq
  31.  { false } { true exch startjob } ifelse
  32.  not { 
  33.      (WARNING: Cannot modify initial VM.) =
  34.      (Missing or invalid password.) =
  35.      (Please contact the author of this software.) = flush quit
  36.      } if
  37. "
  38. *End
  39. *Reset: "
  40.  count 0 eq
  41.  { false } { true exch startjob } ifelse
  42.  not { 
  43.     (WARNING: Cannot reset printer.) =
  44.     (Missing or invalid password.) =
  45.     (Please contact the author of this software.) = flush quit
  46.     } if
  47.  systemdict /quit get exec
  48.  (WARNING : Printer Reset Failed.) = flush
  49. "
  50. *End
  51.  
  52. *DefaultResolution: 300dpi
  53. *Resolution 300dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"
  54. *?Resolution: "
  55.   save
  56.     currentpagedevice /HWResolution get
  57.     0 get
  58.     (          ) cvs print
  59.     (dpi) = flush
  60.   restore
  61. "
  62. *End
  63.  
  64. *% Halftone Information ===============
  65. *ScreenFreq: "60.0"
  66. *ScreenAngle: "54.0"
  67. *DefaultScreenProc: TekHalftone
  68. *ScreenProc TekHalftone: "
  69. [ /DefaultHalftone /Halftone findresource /GraySpotFunction get ] cvx
  70. "
  71. *End
  72. *ScreenProc Line: "{ pop }"
  73. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  74.  
  75. *DefaultTransfer: Null
  76. *Transfer Null: "{ }"
  77. *Transfer Null.Inverse: "{ 1 exch sub }"
  78.  
  79. *OpenUI *OutputMode/Print:  PickOne
  80. *OrderDependency: 50 AnySetup *OutputMode
  81. *DefaultOutputMode: Standard
  82. *OutputMode Enhanced: "
  83.     2 dict 
  84.         dup /PostRenderingEnhance true put
  85.         dup /PostRenderingEnhanceDetails
  86.           2 dict
  87.           dup /OutputMode (Enhanced) put
  88.           dup /Type 5 put
  89.     put setpagedevice"
  90. *End
  91. *OutputMode Standard: "
  92.     2 dict 
  93.         dup /PostRenderingEnhance true put
  94.         dup /PostRenderingEnhanceDetails
  95.           2 dict
  96.           dup /OutputMode (Standard) put
  97.           dup /Type 5 put
  98.     put setpagedevice"
  99. *End
  100. *?OutputMode: "
  101.   save
  102.     currentpagedevice /PostRenderingEnhanceDetails get
  103.     /OutputMode get  = flush
  104.   restore
  105. "
  106. *End
  107. *CloseUI: *OutputMode
  108.  
  109. *% Paper Handling ===================
  110.  
  111. *% Code in this section both selects a tray and sets up a frame buffer.
  112. *OpenUI *PageSize: PickOne
  113. *OrderDependency: 30 AnySetup *PageSize
  114. *DefaultPageSize: Letter
  115. *PageSize Letter: "
  116.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  117. *End
  118. *PageSize Legal: "
  119.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  120. *End
  121. *PageSize A4: "
  122.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  123. *End
  124. *PageSize A4.Special: "
  125.     2 dict dup /PageSize [595 1008] put dup /ImagingBBox null put setpagedevice"
  126. *End
  127. *?PageSize: "
  128.  save
  129.    currentpagedevice /PageSize get aload pop
  130.    2 copy gt {exch} if 
  131.    (Unknown) 
  132.   4 dict
  133.    dup [612 792] (Letter) put
  134.    dup [612 1008] (Legal) put
  135.    dup [595 842] (A4) put
  136.    dup [595 1008] (A4.Special) put
  137.  { exch aload pop 4 index sub abs 5 le exch 
  138.    5 index sub abs 5 le and 
  139.       {exch pop exit} {pop} ifelse
  140.    } bind forall
  141.    = flush pop pop
  142. restore 
  143. "
  144. *End
  145. *CloseUI: *PageSize
  146.  
  147. *OpenUI *PageRegion:  PickOne
  148. *OrderDependency: 40 AnySetup *PageRegion
  149. *DefaultPageRegion: Letter
  150. *PageRegion Letter: "
  151.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  152. *End
  153. *PageRegion Legal: "
  154.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  155. *End
  156. *PageRegion A4: "
  157.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  158. *End
  159. *PageRegion A4.Special: "
  160.     2 dict dup /PageSize [595 1008] put dup /ImagingBBox null put setpagedevice"
  161. *End
  162. *CloseUI: *PageRegion
  163.  
  164. *% The following entries provide information about specific paper keywords.
  165. *DefaultImageableArea: Letter
  166. *ImageableArea Letter: "13.1413 78.3 596.938 715.543 "
  167. *ImageableArea Legal: "13.1413 115.321 596.938 893.022  "
  168. *ImageableArea A4: "13.4209 77.6254 581.855 765.703  "
  169. *ImageableArea A4.Special: "13.4209 85.8898 581.855 922.135  "
  170. *?ImageableArea: "
  171.  save
  172.    /cvp { (                ) cvs print ( ) print } bind def
  173.    /upperright {10000 mul floor 10000 div} bind def
  174.    /lowerleft {10000 mul ceiling 10000 div} bind def
  175.    newpath clippath pathbbox
  176.    4 -2 roll exch 2 {lowerleft cvp} repeat
  177.    exch 2 {upperright cvp} repeat flush
  178.  restore
  179. "
  180. *End
  181.  
  182. *% These provide the physical dimensions of the paper (by keyword)
  183. *DefaultPaperDimension: Letter
  184. *PaperDimension Letter: "612 792"
  185. *PaperDimension Legal: "612 1008"
  186. *PaperDimension A4: "595 842"
  187. *PaperDimension A4.Special: "595 1008"
  188.  
  189. *OpenUI *InputSlot: PickOne
  190. *OrderDependency: 20 AnySetup *InputSlot
  191. *DefaultInputSlot: Cassette
  192. *InputSlot Cassette: ""
  193. *CloseUI: *InputSlot
  194.  
  195. *DefaultOutputBin:  OnlyOne
  196. *DefaultOutputOrder:  Reverse
  197.  
  198. *% Font Information =====================
  199. *DefaultFont: Courier
  200. *Font Courier: Standard "(002.003)" Standard ROM
  201. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  202. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  203. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  204. *Font Helvetica: Standard "(001.006S)" Standard ROM
  205. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  206. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  207. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  208. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  209. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  210. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  211. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  212. *Font Symbol: Special "(001.007S)" Special ROM
  213. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  214. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  215. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  216. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  217. *?FontQuery: "
  218.  save
  219.    { count 1 gt
  220.       { exch dup 127 string cvs (/) print print (:) print
  221.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  222.       } { exit } ifelse 
  223.    } bind loop
  224.    (*) = flush
  225.  restore
  226. "
  227. *End
  228.  
  229. *?FontList: "
  230. save
  231.   (*) {cvn ==} 128 string /Font resourceforall
  232.   (*) = flush
  233. restore
  234. "
  235. *End
  236.  
  237. *% Printer Messages (verbatim from printer):
  238. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  239. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  240. *Message: "\FontName\ not found, using Courier"
  241.  
  242. *% Status (format: %%[ status: <one of these> ]%% )
  243. *Status: "initializing"
  244. *Status: "idle"
  245. *Status: "holding"
  246. *Status: "busy"
  247. *Status: "waiting"
  248. *Status: "PrinterError: printer is warming up"
  249. *Status: "PrinterError: printer is not ready"
  250. *Status: "PrinterError: out of paper"
  251. *Status: "PrinterError: paper jam"
  252. *Status: "PrinterError: paper jam at entry"
  253. *Status: "PrinterError: out of ribbon"
  254. *Status: "PrinterError: ribbon jam"
  255. *Status: "PrinterError: cover is open"
  256. *Status: "PrinterError: thermal head temperature"
  257. *Status: "PrinterError: internal interface error"
  258. *Status: "PrinterError: print engine failure"
  259. *Status: "PrinterError: unsupported ribbon type"
  260.  
  261. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  262. *Source: "Serial"
  263. *Source: "LocalTalk"
  264. *Source: "Parallel"
  265. *Source: "Internal"
  266.  
  267. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  268. *PrinterError: "printer is warming up"
  269. *PrinterError: "printer is not ready"
  270. *PrinterError: "out of paper"
  271. *PrinterError: "paper jam"
  272. *PrinterError: "paper jam at entry"
  273. *PrinterError: "out of ribbon"
  274. *PrinterError: "ribbon jam"
  275. *PrinterError: "cover is open"
  276. *PrinterError: "thermal head temperature"
  277. *PrinterError: "internal interface error"
  278. *PrinterError: "print engine failure"
  279. *PrinterError: "unsupported ribbon type"
  280.  
  281. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  282.  
  283. *% Color Separation Information =====================
  284.  
  285. *DefaultColorSep: ProcessBlack.60lpi.300dpi/ 60 lpi / 300 dpi
  286.  
  287. *InkName: ProcessBlack/Process Black
  288. *InkName: CustomColor/Custom Color
  289. *InkName: ProcessCyan/Process Cyan
  290. *InkName: ProcessMagenta/Process Magenta
  291. *InkName: ProcessYellow/Process Yellow
  292.  
  293. *%  For 60 lpi / 300 dpi  ===============================
  294.  
  295. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "54.0"
  296. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "54.0"
  297. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "54.0"
  298. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "54.0"
  299. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "54.0"
  300.  
  301. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  302. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  303. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  304. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  305. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  306.  
  307. *%  For 80 lpi / 300 dpi ================================
  308.  
  309. *ColorSepScreenAngle ProcessBlack.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  310. *ColorSepScreenAngle CustomColor.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  311. *ColorSepScreenAngle ProcessCyan.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  312. *ColorSepScreenAngle ProcessMagenta.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  313. *ColorSepScreenAngle ProcessYellow.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  314.  
  315. *ColorSepScreenFreq ProcessBlack.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  316. *ColorSepScreenFreq CustomColor.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  317. *ColorSepScreenFreq ProcessCyan.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  318. *ColorSepScreenFreq ProcessMagenta.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  319. *ColorSepScreenFreq ProcessYellow.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  320.  
  321.  
  322. *% Produced by "bldppd42.ps" version 4.0 edit 8
  323. *% Last Edit Date: 7 May 1992 DMG
  324. *% end of PPD file for Phaser II PXe
  325.